Interface sjl.OutputIterator
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sjl.OutputIterator

public interface OutputIterator
extends Object
extends Iterator
Defines the methods allowed on output iterators. Output iterator allows a single, writeonly pass over the container.

Copyright © 1996 Finn Bock


Method Index

 o put(Object)
Place the object at the current position in the container.

Methods

 o put
  public abstract Object put(Object object)
Place the object at the current position in the container.

All Packages  Class Hierarchy  This Package  Previous  Next  Index